home *** CD-ROM | disk | FTP | other *** search
- ;
- ; create the creeping unstoppable worm.
- ;
- ; The worm is a consecutive array of imps.
- ; Each imp is a separate process, and they
- ; are running in consecutive locations.
- ;
- ; no frontal assault of any kind can destroy
- ; a worm. It is self repairing. The only
- ; effective attack against a worm is to
- ; destroy is from left to right.
- ;
-
- length dat 0,10
- go spl extrude,0
- djn 0,length
- mov length,extrude ;Stop making the worm
- ;
- extrude spl 0,0 ;spin here and make a worm
- mov 0,1 ;of imps
- end go